﻿@charset "utf-8";
/* CSS Document */
/*================基本样式重置================*/
li { list-style:none; }

ul{
	list-style: none;
}

.header{
	height: 50px;
	background: #2567C0;
	font-size:16px;
	text-align:center;
	
}
.header .nav1{
	width: 750px;
	float:left;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1110;
}
.header .nav1 li{
	float: left;
	/*width:12.5%;*/
	width:125px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.header .nav1 li a{
	color: #fff;display:block;width:125px;height:50px;align:center;letter-spacing:2px;}
.header .nav1 li a:hover{color:#fff;background:#3DB5E6;border-radius:5px 5px 5px 5px;width:100%;}
.header .nav1 li .second-nav{
	width: 110px;
	display: none;
	position: relative;
	text-align:center;
	z-index: 1110;
}
/*市政基础设置-特殊处理*/
#szjcss{height:50px;
	line-height:25px;}
#szjcss a{height:50px;
	line-height:25px;}
	#szjcss ul li {line-height:40px;height:40px;}
	#szjcss ul li a {line-height:40px;height:40px;}
.header .nav1 li .second-nav li{
	position: relative;
	width: 100%;
	height:40px;
	line-height:40px;
	background: #2567C0;
	border-top: 2px dotted #3DB5E6;
}
.header .nav1 li .second-nav li a{
	width:103px;height:40px;letter-spacing:2px;}

.header .nav1 li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 90px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -42px;
}
.header .nav1 li .second-nav li .third-nav li{
	background: #2567C0;
	width:110px;
	font-size:14px;
	font-weight:bold;
	}
.header .nav1 li .second-nav li .third-nav li a{
	width:110px;
	}
	
